┌────────────────────────────────┐ │ ░░░ ░░▓ ░▓▓ ███ ▓▓░ ▓░░ │ │ ~ M O O N ~ │ └────────────────────────────────┘
prd-web-01.centraldc.gr
LOCATION:
/usr/share/pie/vendor/illuminate/contracts/View
☗ ROOT
↻ REFRESH
✎ EDIT FILE
EDITING: Engine.php
<?php namespace Illuminate\Contracts\View; interface Engine { /** * Get the evaluated contents of the view. * * @param string $path * @param array $data * @return string */ public function get($path, array $data = []); }
CANCEL
Name
Type
Size
Modified
Actions
↩ ..
DIR
—
—
📄 Engine.php
PHP
265 B
2025-03-24 11:47
EDIT
📄 Factory.php
PHP
1.9 KB
2025-03-24 11:47
EDIT
📄 View.php
PHP
541 B
2025-03-24 11:47
EDIT
📄 ViewCompilationException.php
PHP
121 B
2025-03-24 11:47
EDIT